home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / msdos / lynx / source / www / library / implemen / htplain.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-25  |  481 b   |  22 lines

  1. /*                  /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTPlain.html
  2.                                     PLAIN TEXT OBJECT
  3.                                              
  4.  */
  5. #ifndef HTPLAIN_H
  6. #define HTPLAIN_H
  7.  
  8. #include "HTStream.h"
  9. #include "HTAnchor.h"
  10.  
  11. extern HTStream* HTPlainPresent PARAMS((
  12.         HTPresentation *        pres,
  13.         HTParentAnchor *        anchor,
  14.         HTStream *              sink));
  15.  
  16.  
  17. #endif
  18.  
  19. /*
  20.  
  21.     */
  22.